home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Blogs
/
BlogJetSetup.exe
/
{app}
/
Data
/
Templates
/
blogthis.js
< prev
next >
Wrap
Text File
|
2006-05-17
|
535b
|
21 lines
<script type="text/javascript">
ext = external.menuArguments;
doc = external.menuArguments.document;
sel = "";
sel = doc.selection.createRange().text;
url = escape(ext.location.href);
tit = escape(doc.title);
window.clipboardData.setData("Text", sel);
sel = escape(sel);
var commandtoRun = "{$ .Path $}";
var commandParms = "-blogthis " + "\"" + url + "\" " + tit + " \" " + sel;
var oShell = new ActiveXObject("Shell.Application");
oShell.ShellExecute(commandtoRun, commandParms, "", "open", "1");
</script>